Method: ActiveSupport::DescendantsTracker::DescendantsArray#<<
- Defined in:
- lib/active_support/descendants_tracker.rb
#<<(klass) ⇒ Object
81 82 83 |
# File 'lib/active_support/descendants_tracker.rb', line 81 def <<(klass) @refs << WeakRef.new(klass) end |